In Class work

What is a design pattern?

A design pattern is not a finished design that can be transformed directly into code. A pattern describes an optimal solution to a common problem within a specific context. Object oriented design patterns typically show relationships and interaction between classes or objects, without specifying the final application classes or objects that are involved.

What is meant by the term "pattern library?"

The goal of patterns within the software community is to create a body of literature to help software developers resolve recurring problems encountered throughout all of software development. Patterns help create a shared language for communicating insight and experience about these problems and their solutions.

How would a pattern library be useful to you as a web designer?

A pattern library will give web designers resources to solve common problems within the GUI.


Travis Wilkerson Defined:

I love this city and everything about it.
The artistic atmosphere is intoxicating and inviting,
"Some say I'm just a dreamer, but i know I'm not the only one"

<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>The CTDP HTML Guide</title>
<link href="style.css" rel="stylesheet" type="text/css">
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
</head>
<body>
<center>
<h1>HTML Document Structure</h1></center>
<p> This is a sample HTML file. </p> </body>
</html>

The elements I've highlighted in bold are crucial to any web page, and must have to work properly

<h1>Big header</h1>


SDHDR2.jpg